home *** CD-ROM | disk | FTP | other *** search
- <HTML>
-
- <HEAD>
-
- <TITLE>5 Species of Squid</TITLE>
-
- </HEAD>
-
- <BODY BACKGROUND="water.jpg" TEXT=#FFFFFF LINK=FFFF22 VLINK=FF22FF>
-
- <H2>Species of Squid</H2>
-
- <FONT COLOR=#FFFF00>
-
- <I>Click on a squid to learn more about that type</I></FONT>
-
- </P>
-
- <P>
-
- <OBJECT ID="squidlist"
-
- CLASSID="clsid:333C7BC4-460F-11D0-BC04-0080C7055A83"
-
- BORDER="0" WIDTH="0" HEIGHT="0">
-
- <PARAM NAME="DataURL" VALUE="types.txt">
-
- <PARAM NAME="UseHeader" VALUE="True">
-
- </OBJECT>
-
- <P>
-
- <IMG ID="pointer" STYLE="container:positioned;position:absolute;TOP:400pt;
-
- LEFT:0px;WIDTH:156px;HEIGHT:156px;ZINDEX:0;" src="hilite.gif">
-
- <IMG ID="s1" STYLE="container:positioned;position:absolute;TOP:10pt;
-
- LEFT:480px;WIDTH:128px;HEIGHT:96px;ZINDEX:1;" src="Squid1.gif">
-
- <IMG ID="s2" STYLE="container:positioned;position:absolute;TOP:30pt;
-
- LEFT:340px;WIDTH:128px;HEIGHT:64px;ZINDEX:6;" src="Squid5.gif">
-
- <IMG ID="s3" STYLE="container:positioned;position:absolute;TOP:55pt;
-
- LEFT:40px;WIDTH:128px;HEIGHT:64px;ZINDEX:4;" src="Squid4.gif">
-
- <IMG ID="s4" STYLE="container:positioned;position:absolute;TOP:50pt;
-
- LEFT:270px;WIDTH:64px;HEIGHT:96px;ZINDEX:3;" src="Squid3.gif">
-
- <IMG ID="s5" STYLE="container:positioned;position:absolute;TOP:80pt;
-
- LEFT:400px;WIDTH:128px;HEIGHT:64px;ZINDEX:2;" src="Squid2.gif">
-
- <TABLE><TR><TD>
-
- <TR>
-
- <TD ALIGN=RIGHT VALIGN=TOP><LABEL FOR=type>Squid Type: </LABEL></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP WIDTH="10"></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP><INPUT ID=type SIZE=20 TYPE=text DATASRC=#squidlist
-
- DATAFLD="Type"></TD>
-
- </TR>
-
- <TR>
-
- <TD ALIGN=RIGHT VALIGN=TOP><LABEL FOR=geography>Geography: </LABEL></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP WIDTH="10"></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP><INPUT ID=geography SIZE=60 TYPE=text
-
- DATASRC=#squidlist DATAFLD="Geography"></TD>
-
- </TR>
-
- <TR>
-
- <TD ALIGN=RIGHT VALIGN=TOP><LABEL FOR=environment>Environment: </LABEL></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP WIDTH="10"></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP><INPUT ID=environment SIZE=200 TYPE=text
-
- DATASRC=#squidlist DATAFLD="Environment"></TD>
-
- </TR>
-
- <TR>
-
- <TD ALIGN=RIGHT VALIGN=TOP><LABEL FOR=size>Size: </LABEL></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP WIDTH="10"></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP><INPUT ID=size SIZE=20 TYPE=text DATASRC=#squidlist
-
- DATAFLD="Size"></TD>
-
- </TR>
-
- <TR>
-
- <TD ALIGN=RIGHT VALIGN=TOP><LABEL FOR=comments>Comments: </LABEL></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP WIDTH="10"></TD>
-
- <TD ALIGN=LEFT VALIGN=TOP><INPUT ID=comments SIZE=200 TYPE=text
-
- DATASRC=#squidlist DATAFLD="Comments"></TD>
-
- </TR>
-
- </TABLE>
-
- <SCRIPT language=JavaScript>
-
- var srcElement
-
- function documentClick() {
-
- srcElement = window.event.srcElement;
-
- if (srcElement.id=="s1") {
-
- squidlist.recordset.AbsolutePosition = 1;
-
- pointer.style.top="0px";
-
- pointer.style.left="440px";
-
- } else {
-
- if (srcElement.id=="s2") {
-
- squidlist.recordset.AbsolutePosition = 2;
-
- pointer.style.top="0px";
-
- pointer.style.left="320px";
-
- } else {
-
- if (srcElement.id=="s3") {
-
- squidlist.recordset.AbsolutePosition = 3;
-
- pointer.style.top="35px";
-
- pointer.style.left="20px";
-
- } else {
-
- if (srcElement.id=="s4") {
-
- squidlist.recordset.AbsolutePosition = 4;
-
- pointer.style.top="30px";
-
- pointer.style.left="200px";
-
- } else {
-
- if (srcElement.id=="s5") {
-
- squidlist.recordset.AbsolutePosition = 5;
-
- pointer.style.top="60px";
-
- pointer.style.left="360px";
-
- }
-
- }
-
- }
-
- }
-
- }
-
- }
-
-
-
- document.onclick = documentClick;
-
-
-
- </SCRIPT>
-
- </BODY>
-
- </HTML>
-
-